home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
comm
/
mail
/
AEMail230.lha
/
aemail230
/
arexx
/
GrptoList.readme
< prev
next >
Wrap
Text File
|
1999-03-22
|
2KB
|
48 lines
Name: GrptoList.aem
TO BE USED BY REGISTERED USER'S ONLY
This ARexx script creates an ASCII list of email addresses from a group
entry in the Address Book. This is one method you can use to create a list
of email addresses that belong to a group which can be imported to another
program.
HOW TO IMPLEMENT
----------------
This script is probably best placed in your REXX: directory.
HOW TO USE
----------
When the script is called you will be prompted for the file name of the
list of email addresses you want created from a group entry. The file that
will be created is a list of email addresses separated by a line feed as
follows:
email_address_1<lf>
email_address_2<lf>
....
email_address_n
You will then be prompted for a group nickname. A listview will be
displayed that asks you to "Select the Group Wanted". All the groups in
your Address Book will be displayed. You can click on the group that
contains the email addresses you want. The group nickname and description
will appear in the string gadget below the list view. Click on [OK] or
press RETURN to accept this group.
If no group is selected or you attempt to enter the name of group that does
not exist, you will get an error message that will abort the list creation.
If you enter a nickname that is already used for an individual, you will be
given an opportunity to reentering the nickname or cancelling.
If you cancel the "Select the Group Wanted" requester or one of the error
notifications, you will exit from the script and will have to restart it.
After the last email address is written, the following message will appear:
Last Email Address Written